home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / workspace-switcher.schemas < prev    next >
Encoding:
Text File  |  2009-04-17  |  1.9 KB  |  54 lines

  1. <gconfschemafile>
  2.     <schemalist>
  3.       <schema>
  4.         <key>/schemas/apps/workspace_switcher_applet/prefs/display_workspace_names</key>
  5.         <owner>workspace-switcher-applet</owner>
  6.         <type>bool</type>
  7.         <default>false</default>
  8.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  9.         <locale name="C">
  10.           <short>Display workspace names</short>
  11.           <long>
  12.             If true, the workspaces in the workspace switcher will display
  13.             the names of the workspaces. Otherwise they will display the
  14.             windows on the workspace. This setting only works when the window
  15.         manager is Metacity.
  16.           </long>
  17.         </locale>
  18.       </schema>
  19.  
  20.       <schema>
  21.         <key>/schemas/apps/workspace_switcher_applet/prefs/display_all_workspaces</key>
  22.         <owner>workspace-switcher-applet</owner>
  23.         <type>bool</type>
  24.         <default>true</default>
  25.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  26.         <locale name="C">
  27.           <short>Display all workspaces</short>
  28.           <long>
  29.             If true, the workspace switcher will show all workspaces. Otherwise
  30.             it will only show the current workspace.
  31.           </long>
  32.         </locale>
  33.       </schema>
  34.  
  35.       <schema>
  36.         <key>/schemas/apps/workspace_switcher_applet/prefs/num_rows</key>
  37.         <owner>workspace-switcher-applet</owner>
  38.         <type>int</type>
  39.         <default>1</default>
  40.         <gettext_domain>gnome-panel-2.0</gettext_domain>
  41.         <locale name="C">
  42.           <short>Rows in workspace switcher</short>
  43.           <long>
  44.             This key specifies how many rows (for horizontal layout)
  45.             or columns (for vertical layout) the workspace switcher shows the
  46.             workspaces in. This key is only relevant if the
  47.             display_all_workspaces key is true.
  48.           </long>
  49.         </locale>
  50.       </schema>
  51.  
  52.   </schemalist>
  53. </gconfschemafile>
  54.